home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: MegaDisc / MegaDisc 34 (1993-06)(MegaDisc Digital Publishing)(AU)(Disk 1 of 2)[WB].zip / MegaDisc 34 (1993-06)(MegaDisc Digital Publishing)(AU)(Disk 1 of 2)[WB].adf / Programs / IntConv32 / intconv32.i < prev    next >
Text File  |  1993-06-21  |  220b  |  22 lines

  1. ; (C) Peter Thompson 1993
  2. ; This should work fine.
  3.  
  4.     IFND    INTCONV32
  5.  
  6. INTCONV32    EQU    100
  7.  
  8.     PUBLIC    a2u32
  9.     PUBLIC    a2i32
  10.  
  11.     PUBLIC    i2a32
  12.     PUBLIC    u2a32
  13.  
  14.     PUBLIC    str2i32
  15.     PUBLIC    str2u32
  16.  
  17.     PUBLIC    i2str32
  18.     PUBLIC    u2str32
  19.  
  20.     ENDIF
  21.  
  22.